@charset "utf-8";
/* CSS Document */


.float2{
	position:fixed;
	width:60px;
	height:60px;
	bottom:49px;
	right:25px;
	background-color:#7bb32e;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:31px;
	
  z-index:100;
	
}

.my-float2{
	margin-top:16px;
}